home *** CD-ROM | disk | FTP | other *** search
/ Atari Mega Archive 1 / Atari Mega Archive - Volume 1.iso / gnu / progutil / stdwin.zoo / textedit / Makefile < prev    next >
Encoding:
Makefile  |  1989-10-17  |  2.5 KB  |  103 lines

  1. # Begin Generic
  2. STDWIN=        ..
  3. CONF=        $(STDWIN)/conf
  4. H=        $(STDWIN)/h
  5. TOOLS=        $(STDWIN)/tools
  6. ALFA=        $(STDWIN)/alfa
  7. MG1=        $(STDWIN)/mg1
  8. X11=        $(STDWIN)/x11
  9. X11LIBS=    $(X11)/lib.a $(LIBX11)
  10. LIBX11=        $(LIBXLIB)/libX11.a
  11. LIBXT=        $(LIBXLIB)/libXaw.a $(LIBXLIB)/libXt.a
  12. XTLIBS=        $(STDWIN)/xt/lib.a $(LIBXT) $(LIBX11)
  13. STUBS=        $(STDWIN)/stubs
  14. INCLUDES=    -I$(H) $(SYSINCLUDES) $(SITEINCLUDES) $(LINCLUDES)
  15. DEFS=        $(SYSDEFS) $(SITEDEFS) $(LDEFS)
  16. CPPFLAGS=    $(DEFS) $(INCLUDES)
  17. OPTIONS=    $(SYSOPTIONS) $(SITEOPTIONS) $(LOPTIONS)
  18. CFLAGS=        $(CPPFLAGS) $(OPTIONS)
  19. LDFLAGS=    $(OPTIONS)
  20. LINTFLAGS=    -bhv
  21. LINT=        lint
  22. # End Generic
  23. # Begin Sys.bsd42
  24. SYSINCLUDES=    
  25. SYSDEFS=    -DNO_MEMCPY -DNO_VOID_FPTR
  26. SYSOPTIONS=    
  27. LIBXLIB=    /usr/lib
  28. # End Sys.bsd42
  29. # Begin Make.conf
  30. # $Header: Make.conf,v 1.1 88/05/20 16:30:33 guido Locked $
  31.  
  32. SRCS=        textedit.c textlow.c textdbg.c editwin.c
  33. OBJS=        textedit.o textlow.o textdbg.o editwin.o
  34.  
  35. all:        $(OBJS)
  36.  
  37. # End Make.conf
  38. # Begin Rules
  39. all:        Makefile
  40.  
  41. Makefile:    $(CONF)/Generic $(CONF)/Rules $(CONF)/mkmk Make.conf
  42.         @echo "Makefile out-of-date -- rerun $(CONF)/mkmk"; exit 1
  43.  
  44. depend:        $(SRCS)
  45.         $(CONF)/mkdep $(CPPFLAGS) $(SRCS) >@mkdep
  46.  
  47. tags:        $(SRCS) $(HDRS)
  48.         ctags -w $(SRCS) $(HDRS)
  49.  
  50. clean::
  51.         -rm -f core *.o [,@#]*
  52.  
  53. clobber::    clean
  54.         -rm -f lib.a tags *.[A-Z]
  55.  
  56. lint:        $(SRCS) $(HDRS)
  57.         $(LINT) $(LINTFLAGS) $(CPPFLAGS) $(SRCS) $(LINTLIBS)
  58. # End Rules
  59. textedit.o: textedit.c
  60. textedit.o: ./text.h
  61. textedit.o: ../h/stdwin.h
  62. textedit.o: ../h/stdevent.h
  63. textedit.o: ../h/stdtext.h
  64. textedit.o: ../h/tools.h
  65. textedit.o: ../h/configure.h
  66. textedit.o: /usr/include/stdio.h
  67. textedit.o: /usr/include/ctype.h
  68. textedit.o: /usr/include/strings.h
  69. textedit.o: ../h/l_defs.h
  70. textlow.o: textlow.c
  71. textlow.o: ./text.h
  72. textlow.o: ../h/stdwin.h
  73. textlow.o: ../h/stdevent.h
  74. textlow.o: ../h/stdtext.h
  75. textlow.o: ../h/tools.h
  76. textlow.o: ../h/configure.h
  77. textlow.o: /usr/include/stdio.h
  78. textlow.o: /usr/include/ctype.h
  79. textlow.o: /usr/include/strings.h
  80. textlow.o: ../h/l_defs.h
  81. textdbg.o: textdbg.c
  82. textdbg.o: ./text.h
  83. textdbg.o: ../h/stdwin.h
  84. textdbg.o: ../h/stdevent.h
  85. textdbg.o: ../h/stdtext.h
  86. textdbg.o: ../h/tools.h
  87. textdbg.o: ../h/configure.h
  88. textdbg.o: /usr/include/stdio.h
  89. textdbg.o: /usr/include/ctype.h
  90. textdbg.o: /usr/include/strings.h
  91. textdbg.o: ../h/l_defs.h
  92. editwin.o: editwin.c
  93. editwin.o: ../h/stdwin.h
  94. editwin.o: ../h/stdevent.h
  95. editwin.o: ../h/stdtext.h
  96. editwin.o: ../h/tools.h
  97. editwin.o: ../h/configure.h
  98. editwin.o: /usr/include/stdio.h
  99. editwin.o: /usr/include/ctype.h
  100. editwin.o: /usr/include/strings.h
  101. editwin.o: ../h/l_defs.h
  102. editwin.o: ../h/editwin.h
  103.